Catch 1
select count(SongId) from chartsquery where (genre='Christian/Spiritual') and (subgenre='Spoken Word')
RowsCount=0Catch 1B
select count(SongId) from chartsquery where (genre='Christian/Spiritual')
RowsCount=0